Skip to content

sealldeveloper/CVE-2022-21661-PoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2022-21661-PoC

A Python PoC of CVE-2022-21661, inspired from z92g's Go PoC

Installation

pip3 install -r requirements.txt

Usage

usage: main.py [-h] [-u URL] [-f FILE]

Identify CEV-2022-21661 in Wordpress instances.

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     A single URL to check.
  -f FILE, --file FILE  A list of URLs to check.

by sealldeveloper

Examples

python3 main.py -u https://example.com

or

python3 main.py -f urls.txt

About

A Python PoC of CVE-2022-21661, inspired from z92g's Go PoC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages